На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
<font color="gray">общая лексикаfont>
векторный шрифт
шрифт, в котором символы описываются отрезками линий и дуг <font color="gray">(bitmapped font)font>. Это позволяет программно изменять кегель такого шрифта, поэтому векторные шрифты часто называют масштабируемыми шрифтами. У векторных шрифтов отсутствуют хинты и математически определяемые кривые, применяемые в контурных шрифтах
<font color="gray">общая лексикаfont>
экранный шрифт
растровый шрифт, разработанный для отображения информации на экране компьютера
<font color="gray">Смотрите такжеfont>
<font color="gray">общая лексикаfont>
файл с графическим шрифтом (растровые экранные шрифты Windows либо более старые векторные шрифты этой системы)
пакеты Phone или Phone Directory - файл с номерами телефонов
A computer font is implemented as a digital data file containing a set of graphically related glyphs. A computer font is designed and created using a font editor. A computer font specifically designed for the computer screen, and not for printing, is a screen font.
In the terminology of movable metal type, a font is a set of pieces of movable type in a specific typeface, size, width, weight, slope, etc. (for example, Gill Sans bold 12 point or Century Expanded 14 point), and a typeface refers to the collection of related fonts across styles and sizes (for example, all the varieties of Gill Sans). In HTML, CSS, and related technologies, the font family attribute refers to the digital equivalent of a typeface. Since the 1990s, many people use the word font as a synonym for typeface.
There are three basic kinds of computer font file data formats:
Bitmap fonts are faster and easier to create in computer code than other font types, but they are not scalable: a bitmap font requires a separate font for each size. Outline and stroke fonts can be resized in a single font by substituting different measurements for components of each glyph, but they are more complicated to render on screen or in print than bitmap fonts because they require additional computer code to render the bitmaps to display on screen and in print. Although all font types are still in use, most fonts used on computers today are outline fonts.
Fonts can be monospaced (i.e. every character is plotted a constant distance from the previous character that it is next to, while drawing) or proportional (each character has its own width). However, the particular font-handling application can affect the spacing, particularly when justifying text.